home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 12
/
Mac Magazin and MacEasy Magazine CD - Issue 12.iso
/
CD Extras
/
Ultimate Human Body
/
DATA
/
shared.dir
/
00768_Script_768
< prev
next >
Wrap
Text File
|
1995-04-25
|
341b
|
13 lines
on PCorMac eitherFN
--ïïsend this a Filename in form XXXXX?.Dir--
--and 5th char from the end is reset depending on machine typeïï--
if the machinetype = 256 then
set type = "P"
else
set type = "M"
end if
put type into char (length(eitherFN)-4) of eitherFN
go frame "st" of movie string(eitherFN)
end